home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Public Speaking Strategie…or Success (2nd Edition)
/
Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO
/
mac
/
media
/
ch06
/
acp173a
/
acp173aJ.js
< prev
Wrap
Text File
|
1999-04-07
|
3KB
|
113 lines
function getQAarray() {
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
matchingAnsObj = new Object;
problemArr = new Array();
for (i=0; i<this.AnswerArray.length+3; i++)
{
problemArr[i] = new Object;
};
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
// problemArr[1]["Q"] = "Experimentation ";
// problemArr[2]["Q"] = " Independent Variable ";
problemArr[1]["Q"] = " Assuming that one thing causes another when in fact a third factor really is the cause of both. ";
problemArr[2]["Q"] = " Assuming that, because one event occurred before another, the first is necessarily the cause of the second. ";
problemArr[3]["Q"] = " A claim that, on its face, is unrelated to the supporting material. ";
problemArr[4]["Q"] = " Only restating the claim in slightly different words, rather than supporting the claim. ";
problemArr[5]["Q"] = " Making an inference that diverts attention from the issue at hand. ";
problemArr[6]["Q"] = " Having multiple meanings. ";
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
// matchingAnsObj["A"] = " The variable that is measured in an experiment. ";
// matchingAnsObj["B"] = " Procedure in which the researchers who have contact with participants do not know the hypothesis under investigation. ";
// matchingAnsObj["C"] = " Unintended effects, caused by researchers, on participants' behavior. ";
matchingAnsObj["A"] = " equivocal ";
matchingAnsObj["B"] = " begging the question ";
matchingAnsObj["C"] = " common cause fallacy ";
matchingAnsObj["D"] = " ignoring the question ";
matchingAnsObj["E"] = " non sequitur ";
matchingAnsObj["F"] = " post hoc fallacy ";
matchingAnsObj["FC"] = " For more information, see page 164 of your text. ";
matchingAnsObj["FF"] = " For more information, see page 164 of your text. ";
matchingAnsObj["FE"] = " For more information, see page 171 of your text. ";
matchingAnsObj["FB"] = " For more information, see page 171 of your text. ";
matchingAnsObj["FD"] = " For more information, see page 172 of your text. ";
matchingAnsObj["FA"] = " For more information, see page 172 of your text. ";
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
}
getQAarray();